@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	min-height:100%;
	font-family: 'noto-sans-jp', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}

a:link {color: #033041;text-decoration: none;}
a:visited {color: #033041;text-decoration: none;}
a:hover{text-decoration: none; color: #00709A; transition: all .3s ease-out;}
.btn:hover, .btnL:hover{cursor: pointer;transform: scale(1.02,1.02); transition: all .3s ease-out;}

/* form */
.inputArea .inputTxt{
	position: relative;
    display: block;
	margin:  0 auto 20px auto !important;
	padding: 0 8px;
	border: solid 1px #757d92;
	background-color: #fefff3;
	width: calc(100% - 16px);
	max-width: 786px;
	border-radius: 5px;
	height: 3em;
	line-height: 3em;
	font-size: .16rem;
}
.inputArea .inputTxt.disabled{background-color: #B0CFD7; color: #708392;pointer-events : none;}
::placeholder {color: #cecece;}
input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.button{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 10em;
	max-width: 480px;
	padding: 3px 0;
	border-radius: 100px;
	background: #a31308;
	border: solid 1px #a31308;
	color: #ffffff !important;
	text-align: center;
	font-weight: bold;
	transition: all .3s ease-out;
	cursor: pointer;
}
.button:hover{background-color: #ffffff;color: #a31308 !important;}
button.button{margin: 10px auto 0 auto;max-width: 16em;}
.button:disabled, .button:disabled:hover{background-color: #B0CFD7; color: #8B999F !important;border: solid 1px #B0CFD7; pointer-events : none;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.center{text-align: center;}
.right{text-align: right;}
.strong{font-weight: 900;}
.underline{text-decoration: underline !important;}
.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexend{justify-content:flex-end;}
.flexstart{justify-content:flex-start;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexstretch{align-content: stretch;}

img{
	max-width:100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* safari*/
::-webkit-full-page-media, :future, :root img{
	image-rendering:auto;
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	position: relative;
	width: 100%;
	color: #033041;
	background-color: #0059b6;
	font-size: .14em;
	line-height: 1.7em;
	font-weight: bold; 
	word-wrap: break-word;
	z-index: -20;
}

section{
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#wrap{position: relative;width: 100% !important; min-width: 320px;min-height: 100vh;margin:0 auto; padding:0;overflow: hidden;}
#main-contents{
	position: relative; 
	margin: 0 auto;
	padding:0;
	width: 100%;
}
#bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
	z-index: -10;
}

footer{
	position: relative;
	margin:  0 auto;
    text-align: center;
	padding: 60px 0 10px 0;
}
footer p{
	position: relative; 
	font-size: min(5vw, .12rem);
	color: #033041;
	text-shadow: 
    #ffffff 2px 0px,  #ffffff -2px 0px,
    #ffffff 0px -2px, #ffffff 0px 2px,
    #ffffff 2px 2px , #ffffff -2px 2px,
    #ffffff 2px -2px, #ffffff -2px -2px,
    #ffffff 1px 2px,  #ffffff -1px 2px,
    #ffffff 1px -2px, #ffffff -1px -2px,
    #ffffff 2px 1px,  #ffffff -2px 1px,
    #ffffff 2px -1px, #ffffff -2px -1px;
}

.contents{
	position: relative;
	opacity: 0;
}
@keyframes dispAnimation {
	0% {
		opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

.opwin, .opwinO{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #63A3FF;
	background: linear-gradient(120deg,rgba(99, 163, 255, 1) 0%, rgba(182, 220, 255, 1) 100%);
	display: none;
	z-index: 1800;
	overflow-y: auto;
	justify-content: center;
	align-items: center;
    transition: all .3s ease-out;
}
.opwinO{background-color: rgba(222,216,44,0.9);}
.close_win{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1801;
	overflow: hidden;
 }
.modal{
	position: relative;
	margin: 0;
	opacity: 0;
	z-index: 1802;
	display: none;
}
.modal .mordalinner{
	position: relative;
	margin: 80px auto 0 auto;
	opacity: 0;
	max-width: 800px;
	transition: all .3s ease-out;
}
.modal .mordalinner.nazoN, .modal .mordalinner.nazoO{width: 70%; max-width: 400px;}
.modal .mordalinner.disp{opacity: 1;}
.modal .mordalinner .btnClose{
	position: relative;
	display: block;
	margin: 30px auto 0 auto;
	padding: 2px 0 2px .5em;
	width: 15em;
	cursor: pointer;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	transition: all .3s ease-out;
	border-radius: 100px;
}
.modal .mordalinner .btnClose::after{
	position: absolute;
	top:50%;
	left: 10px;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	background-image: url("../img/return.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: '';
	display: block;
}
.modal .mordalinner.nazoO .btnClose::after{
	left: auto;
	right: 10px;
	width: 15px;
	height: 8px;
	background-image: url("../img/next.png");
}
.modal .mordalinner .btnClose:hover{background-color: #ffffff;}
.btn_win{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
    z-index: 1803;
	cursor: pointer;
}
.btn_win::before,.btn_win::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #ffffff;
}
.btn_win::before {transform: translate(-50%,-50%) rotate(45deg);}
.btn_win::after {transform: translate(-50%,-50%) rotate(-45deg);}

.sp{ display: block; }
.pc{ display: none; }

ruby{display: inline-block;padding-top: .5em;}
ruby[data-ruby]{ position: relative;}
ruby[data-ruby]::before{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -3em;
    right: -3em;
	top:.1em;
	font-size: .5em;
}
ruby[data-ruby] rt{ display: none;}
.hintTxtruby[data-ruby]::before{ left: -2.5em}
ruby[data-ruby]::before{top:.3em;}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	#bg{background-image: url("../img/bg_pc.jpg");}

	#wrap{padding: 0;}
	
	.modal .mordalinner .btnClose{
		margin: 50px auto 0 auto;
		width: 18em;
	}
	.inputArea .inputTxt{margin:  0 auto 20px auto !important;height: 3.5em;line-height: 3.5em;}
	.button{padding: 7px 0;font-size: .18rem; width: 13em; }
		
	footer{padding: 100px 0 20px 0;}
	footer p{font-size: min(5vw, .14rem);}

}
